메인 콘텐츠로 건너뛰기
POST
/
external
/
channel
Forward to external url
curl --request POST \
  --url https://your_a2_service/external/channel \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "params": {},
  "request_type": "<string>"
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.aiderx.io/llms.txt

Use this file to discover all available pages before exploring further.

인증

Authorization
string
header
필수

The access token received from the authorization server in the OAuth 2.0 flow.

본문

application/json

외부 채널 요청 스키마

params
Params · object
필수

요청 타입에 따른 전송 데이터

request_type
string
필수

요청 타입

응답

Successful Response

The response is of type Response Handle External Channel External Channel Post · object.